home *** CD-ROM | disk | FTP | other *** search
/ Chip 2005 March / CMCD0305.ISO / Software / Shareware / Utilitare / remover / remover.exe / {app} / Remover.exe / 0 / RCDATA / TFORMPROGRESS / TFORMPROGRESS.txt
Text File  |  2005-01-25  |  2KB  |  97 lines

  1. object formProgress: TformProgress
  2.   Left = 356
  3.   Top = 281
  4.   BorderIcons = []
  5.   BorderStyle = bsSingle
  6.   Caption = 'Check in progress...'
  7.   ClientHeight = 245
  8.   ClientWidth = 350
  9.   Color = clBtnFace
  10.   Font.Charset = DEFAULT_CHARSET
  11.   Font.Color = clWindowText
  12.   Font.Height = -11
  13.   Font.Name = 'MS Sans Serif'
  14.   Font.Style = []
  15.   OldCreateOrder = False
  16.   Position = poScreenCenter
  17.   DesignSize = (
  18.     350
  19.     245)
  20.   PixelsPerInch = 96
  21.   TextHeight = 13
  22.   object img: TImage
  23.     Left = 0
  24.     Top = 0
  25.     Width = 350
  26.     Height = 97
  27.     Align = alTop
  28.     Stretch = True
  29.   end
  30.   object labelInformation: TLabel
  31.     Left = 8
  32.     Top = 226
  33.     Width = 306
  34.     Height = 13
  35.     Alignment = taCenter
  36.     Anchors = [akLeft, akRight, akBottom]
  37.     AutoSize = False
  38.   end
  39.   object labelTimeLeft: TLabel
  40.     Left = 314
  41.     Top = 226
  42.     Width = 36
  43.     Height = 13
  44.     Alignment = taCenter
  45.     Anchors = [akRight, akBottom]
  46.     AutoSize = False
  47.   end
  48.   object pg: TProgressBar
  49.     Left = 0
  50.     Top = 97
  51.     Width = 350
  52.     Height = 16
  53.     Align = alTop
  54.     Smooth = True
  55.     TabOrder = 0
  56.   end
  57.   object pgSmall: TProgressBar
  58.     Left = 0
  59.     Top = 113
  60.     Width = 350
  61.     Height = 16
  62.     Align = alTop
  63.     Smooth = True
  64.     TabOrder = 1
  65.     Visible = False
  66.   end
  67.   object panelText: TPanel
  68.     Left = 0
  69.     Top = 129
  70.     Width = 350
  71.     Height = 48
  72.     Align = alTop
  73.     BevelOuter = bvNone
  74.     BorderWidth = 8
  75.     TabOrder = 2
  76.     object labelStandBy: TLabel
  77.       Left = 8
  78.       Top = 8
  79.       Width = 334
  80.       Height = 32
  81.       Align = alClient
  82.       Caption = 
  83.         'Spybot - Search && Destroy is checking your system. Please stand' +
  84.         ' by...'
  85.       WordWrap = True
  86.     end
  87.   end
  88.   object bnStopCheck: TButton
  89.     Left = 100
  90.     Top = 192
  91.     Width = 150
  92.     Height = 25
  93.     Action = formMain.aStopCheck
  94.     TabOrder = 3
  95.   end
  96. end
  97.